home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2213 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: mail2news.demon.co.uk!babylon5.demon.co.uk
  2. From: Andy Baillie <andyb@babylon5.demon.co.uk>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Is a real good mpeg player possible on the amiga ?
  5. Date: Sun, 28 Jan 96 20:06:35 GMT
  6. Organization: Private Account
  7. Distribution: ALL
  8. Message-ID: <9601282006.AA001am@babylon5.demon.co.uk>
  9. References: <4e2gqu$5ca@caers3.unicaen.fr>
  10. X-NNTP-Posting-Host: babylon5.demon.co.uk
  11. X-Newsreader: TIN [AMIGA 1.3 950131BETA PL0]
  12. X-Mail2News-Path: relay-4.mail.demon.net!post.demon.co.uk!babylon5.demon.co.uk
  13.  
  14. Samuel Devulder (devulder) wrote:
  15. : Hi !
  16. : Is it possible to write a real good mpeg player for the amiga ?
  17. : I've tried mp and mpeg_play, but they are too sloow (even on my
  18. : 68030@40Mhz). I think this is due to the fact they come from
  19. : unix-world and don't try to use amiga-specific features. 
  20. Yes it is!
  21.  
  22. mp and mpeg_play are based on the stanford implementation. This is
  23. designed to run on *big* machines. Michael Van Elst replaced a lot
  24. of routines in mp with tight assembler ones, but he has admitted
  25. that he took the basic algorythms used as-is.
  26.  
  27. The player algorythm is not optimised in anyway, for example should
  28. you get an I frame, then all sub components can only be the one
  29. type of block for an I frame, but the program checks every block each
  30. times and remakes the decision when it doesnt need to. I know of
  31. someone who looked into it and reckons that a decent frame rate is
  32. achievable even on an 030, he is pretty hot on this kind of thing,
  33. and I do believe him. What is needed is someone to look at the source,
  34. optimise it and create a new player.
  35.  
  36. Hope this helps
  37.  
  38.